home *** CD-ROM | disk | FTP | other *** search
/ Shareware Universe - The Gold Collection / Shareware Universe The Gold Collection.iso / ray / dfv / dfv.go next >
Text File  |  1996-04-19  |  7KB  |  197 lines

  1.                         DFV (Dave's Flic Viewer)
  2.                           Rel 1.0.2 (04/15/94)
  3.                    Copyright (c) 1993, 1994 by David K. Mason
  4.  
  5.   DFV plays is a DOS-based flic-viewer which can display .FLI, .FLC,
  6.   .FLX, .FLH, and .FLT animation files.
  7.  
  8.   It should be able to handle any 320x200 .FLI you throw at it.
  9.   If you've got a VESA-compliant SVGA or are running a VESA driver,
  10.   then DFV will be able to display .FLC files with dimensions up to
  11.   and including 1024x768 (in 640x480, 800x600, or 1024x768 mode).
  12.  
  13.   If you've got a VESA 1.2 hicolor SVGA, or a hicolor SVGA with
  14.   a VESA 1.2 driver, then DFV can also handle .FLX and .FLH files
  15.   up to 800x600 (in 640x480 or 800x600 mode).
  16.  
  17.   DFV can handle .FLT files up to 640x480, only if you've got
  18.   a VESA 1.2 truecolor SVGA, or truecolor SVGA with a VESA 1.2
  19.   driver.
  20.  
  21.   There are two different versions of DFV included in this
  22.   archive: DFV.EXE and DFVR.EXE.
  23.  
  24.   DFV.EXE, which runs in protected mode, loads the whole flic
  25.   into memory when you start it up, and plays it from memory.
  26.   If your flic is larger than your machine's memory,
  27.   you're going to get some big pauses when DFV reads from disk.
  28.  
  29.   DFVR.EXE, the real-mode version of DFV, reads from disk
  30.   as it plays.  It doesn't play as quickly as the protected
  31.   mode version, but it uses much less memory and doesn't
  32.   (a) pause at startup to read the whole flic or (b) pause
  33.   for long periods of time swapping pieces of a flic that's
  34.   that's too huge to fit.
  35.  
  36.  
  37. DOS Extender files
  38. ------------------
  39.  
  40.   Don't delete the files DPMI16BI.OVL, RTM.EXE, and DPMIINST.EXE.
  41.   These make up the protected mode drivers for Borland Pascal 7.0
  42.   (the compiler used to build DFV).  DFV won't run without them.
  43.  
  44.   If you've got an unsupported 286 processor (you'll know,
  45.   because DMORF will complain loudly), then you'll have to:
  46.  
  47.     (1) disable any memory management software you have running
  48.         (like HIMEM.SYS) and reboot your system.
  49.     (2) run the other program in this archive, DPMIINST, which will
  50.         configure RTM.EXE for your system
  51.     (3) turn any disabled memory managment stuff back on and reboot
  52.         your system again.
  53.  
  54.   The real-mode version of this program, DFVR.EXE, does not require
  55.   the DOS extender files.
  56.  
  57.  
  58. Syntax
  59. ------
  60.  
  61.  DFV filename[.FLI|.FLC|.FLX|.FLH|.FLT] [options]
  62.  
  63.  
  64. Options
  65. -------
  66.  /Q      Quiet (no display copyright notice before playing).
  67.  /L#     Specify the number of times to play a flic (default=forever).
  68.  /S#     Force the flic to play at the specified speed (in 1/1000 second).
  69.  /B#     Force DFV to use the specified number of 64k buffers for
  70.          storing flics (maximum).
  71.  
  72.  
  73. Shareware information
  74. ---------------------
  75.  
  76.  DFV is shareware program.  If you continue to use it after a one-month
  77.  trial period, you're expected to pay a $35 registration fee to the author:
  78.  
  79.    David K. Mason
  80.    P.O. Box 181015
  81.    Boston, MA  02118
  82.  
  83.  What do you get for registering DFV?  Just a clear conscience.
  84.  There is no special "registered-only" version of DFV or printed
  85.  documentation.
  86.  
  87.  
  88. Miscellaneous advertisements
  89. ----------------------------
  90.  
  91.  Other shareware programs:
  92.  
  93.    o Dave's TGA Animator (DTA), a flexible graphics conversion image
  94.      processing, composition, and animation utility that runs from the DOS
  95.      command line.  Among other uses, it can convert your still images to
  96.      .FLI, .FLC, .FLH, and .FLT animation files and back.
  97.  
  98.    o Dave's Morphing program (DMorf), the first shareware morphing
  99.      program for the PC.
  100.  
  101.    o Dave's Self-Viewing Flic Builder (BUILDSV), which
  102.      converts flics into executable programs by appending a
  103.      copy of the flic to a special version of DFV.
  104.  
  105.  If you've already registered any of these programs, no additional
  106.  registration fee is required for DFV.
  107.  
  108.  Books:
  109.  
  110.    o Making Movies on Your PC, by David K. Mason and Alexander
  111.      Enzmann, Waite Group Press, 1993, ISBN 1-878739-41-7, $34.95 USA.
  112.      This book teaches you how to create 3d animation sequences
  113.      using the Polyray raytracer and DTA.
  114.  
  115.    o Morphing on Your PC, Waite Group Press, 1994, ISBN 1-878739-53-0,
  116.      $29.95 USA.  This book teaches you how to create cool morphing
  117.      animations using DMorf and DTA.
  118.  
  119.  
  120. Support
  121. -------
  122.  
  123.  If you've got any requests/bug reports/suggestions, send a message
  124.  to:
  125.  
  126.    "76546,1321" on Compuserve.
  127.  
  128.    From the Internet, that's "76546.1321@compuserve.com".
  129.  
  130.    "David Mason" on the "The Graphics Alternative", (510) 524-2780,
  131.    and on "Channel 1" BBS, (617) 354-8873.
  132.  
  133.    (I sometimes log on to the "You Can Call Me Ray" BBS,
  134.    (708) 358-5611, but not often these days because of communications
  135.    problems.)
  136.  
  137.  You'll probably get some kind of a response (maybe sooner, maybe later).
  138.  
  139.  You could also send paper mail to the address listed elsewhere in
  140.  this document, but I'm *terrible* at answering my mail.  I much
  141.  prefer electronic mail.
  142.  
  143.  
  144. The Rules
  145. ---------
  146.  
  147.   Feel free to re-upload this program to other bulletin boards or
  148.   online systems or to give copies to friends.  Just keep it in
  149.   its  *original, unmodified*  form.  Don't change the name of the
  150.   ZIP file.  It's supposed to be called DFV101.ZIP except on
  151.   Compuserve, where it's just called DFV.ZIP.
  152.  
  153.   Do not include this program on a floppy disk or CD along with
  154.   any magazine, book, hardware product, or other software product
  155.   without my permission.
  156.  
  157.   Do not include this program inside an archive along with any
  158.   shareware or freeware program unless you have my permission.
  159.  
  160.   (Exception: some online services (like Compuserve) require a
  161.   player program to be included with any animations that are uploaded.
  162.   You don't need to get my permission to do this.  Just make sure that
  163.   you include (A) all the files in the DFV archive, including this
  164.   document, and including the DOS extender files, (B) all the
  165.   files in the archive except for DFVR.EXE, or (C) just DFVR.EXE
  166.   and this document.)
  167.  
  168.  
  169. Version History
  170. ---------------
  171.  
  172.  
  173.  
  174. Version History
  175. ---------------
  176.  
  177. Rel. 1.0.2 (04/20/94) -
  178.   Fixed more flic-reading bugs (mostly in reading 320x200
  179.   .FLC files).
  180.     Added a real-mode version of the program (DFVR.EXE)
  181.   which, instead of loading the whole flic into memory,
  182.   reads from disk as it's playing.
  183.     Added a bit of extra code to prevent DFV from choking
  184.   on "sound-FLI" animations produced with Kavik Software's
  185.   AniMagician.  It doesn't play the sound, but it doesn't
  186.   abort with a "bad magic number for frame" error either.
  187.     Including two programs called VESAINFO (for diagnosing
  188.   display problems for SVGA animations) and FLICINFO
  189.   (which gives you info like resolution, number of frames,
  190.   etc., from a flic file's header).
  191.  
  192. Rel. 1.0.1 (03/01/94) - Fixed some bugs that prevented DFV
  193.   from reading some .FLI files, and caused Protection Fault
  194.   errors when playing some .FLC and .FLH files.
  195.  
  196. Rel. 1.0.0 (02/06/94) - Initial release.
  197.